making member invisible to others
Using Jamroom
You could adjust the modules/jrComment/templates/email_new_comment_message.tpl template to remove the {$comment_text}
but that would be for everyone.
function view_jrAudio_junk($_post, $_user, $_conf)
{
$_uid = jrMailer_get_no_view_users();
$uid = implode(',', $_uid);
return '_item_id in ' . $uid . ':';
}
user_last_login:%